/**
 * CSS printing rules for leinardi.it drupal theme
 * Created by Fabio Varesano <fvaresano at yahoo dot it> - May 2008
 * For more information see http://www.varesano.net/
 */

body, input, textarea, select {
  color: #000;
  background: none;
}

#content, #container {
  width: 100%;
  float: none;
}

#navigation, #flags, #search-box-header, #left-bar, #header, .breadcrumb, .teaser, .footer-right, .footer-left {
  display: none;
}



